From: Jim Blandy Date: Mon, 24 May 1993 18:05:21 +0000 (+0000) Subject: * make-docfile.c: Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96032 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a706b8084a5af427a54a384122c4f6c0766ade59;p=emacs.git * make-docfile.c: Doc fix. --- diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 04b05f55eb0..ee149b503ed 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c @@ -66,7 +66,7 @@ main (argc, argv) err_count += scan_file (argv[i]); /* err_count seems to be {mis,un}used */ #ifndef VMS exit (err_count); /* see below - shane */ -#endif VMS +#endif /* VMS */ } /* Read file FILENAME and output its doc strings to outfile. */